projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b3a267
)
tools: Merge clean and distclean target.
author
Keir Fraser
<keir.fraser@citrix.com>
Sun, 27 Jan 2008 12:53:35 +0000
(12:53 +0000)
committer
Keir Fraser
<keir.fraser@citrix.com>
Sun, 27 Jan 2008 12:53:35 +0000
(12:53 +0000)
Signed-off-by: Bastian Blank <waldi@debian.org>
tools/Makefile
patch
|
blob
|
history
diff --git
a/tools/Makefile
b/tools/Makefile
index acf44fce21fff2f0bccef86d7a1b1a6fdf379297..c4deda5596d0d3f0870055a87ff51c4ec0fd4499 100644
(file)
--- a/
tools/Makefile
+++ b/
tools/Makefile
@@
-51,15
+51,12
@@
install:
$(INSTALL_DIR) $(DESTDIR)/var/log/xen
$(INSTALL_DIR) $(DESTDIR)/var/lib/xen
-.PHONY: clean
-clean:
+.PHONY: clean
distclean
+clean
distclean
:
@set -e; for subdir in $(SUBDIRS-y); do \
- $(MAKE) subdir-
$@
-$$subdir; \
+ $(MAKE) subdir-
clean
-$$subdir; \
done
-.PHONY: distclean
-distclean: clean
-
subdir-all-%:
$(MAKE) -C $* all